getTrackingTime

abstract fun getTrackingTime(): Int

Gets the duration for which the face with the current getTrackingId has been continuously tracked.

The units are typically in milliseconds or seconds (clarify which based on your implementation). This value resets if the face is lost and redetected with a new tracking ID.

Return

The duration in [milliseconds/seconds] that this specific face has been tracked.